Expand description

Software implementation of ockam_core::vault traits.

This crate contains one of the possible implementation of the vault traits which you can use with Ockam library.

Re-exports

pub use ockam_core;

Structs

A public key.

A Handle to a cryptographic Secret.

Attributes for a specific vault.

Vault implementation that stores secrets in memory and uses software crypto.

Enums

Represents the failures that can occur in an Ockam vault

Traits

A trait for hashing input data into a fixed length output.

Defines the KeyId interface for Ockam vaults.

Defines the Secret management interface for Ockam Vaults.

Defines the Vault interface for Signing.

Defines the Vault interface for Signature verification.